home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / emula / arosdv19.lha / AROS / exec / exec_debug.h < prev    next >
C/C++ Source or Header  |  1996-09-12  |  3KB  |  97 lines

  1. #ifndef _EXEC_DEBUG_H_
  2. #define _EXEC_DEBUG_H_ 1
  3. /* Debug which function of Exec */
  4.  
  5. #define DEBUG_AbortIO 0
  6. #define DEBUG_AddDevice 0
  7. #define DEBUG_AddHead 0
  8. #define DEBUG_AddLibrary 0
  9. #define DEBUG_AddMemHandler 0
  10. #define DEBUG_AddMemList 0
  11. #define DEBUG_AddPort 0
  12. #define DEBUG_AddResource 0
  13. #define DEBUG_AddSemaphore 0
  14. #define DEBUG_AddTail 0
  15. #define DEBUG_AddTask 0
  16. #define DEBUG_Alert 0
  17. #define DEBUG_AllocAbs 0
  18. #define DEBUG_AllocEntry 0
  19. #define DEBUG_AllocMem 0
  20. #define DEBUG_AllocPooled 0
  21. #define DEBUG_AllocSignal 0
  22. #define DEBUG_AllocVec 0
  23. #define DEBUG_Allocate 0
  24. #define DEBUG_AttemptSemaphore 0
  25. #define DEBUG_AttemptSemaphoreShared 0
  26. #define DEBUG_AvailMem 0
  27. #define DEBUG_CacheClearE 0
  28. #define DEBUG_Cause 0
  29. #define DEBUG_CheckIO 0
  30. #define DEBUG_CloseDevice 0
  31. #define DEBUG_CloseLibrary 0
  32. #define DEBUG_CopyMem 0
  33. #define DEBUG_CopyMemQuick 0
  34. #define DEBUG_CreateIORequest 0
  35. #define DEBUG_CreatePool 0
  36. #define DEBUG_Deallocate 0
  37. #define DEBUG_DeleteIORequest 0
  38. #define DEBUG_DeleteMsgPort 0
  39. #define DEBUG_DeletePool 0
  40. #define DEBUG_DoIO 0
  41. #define DEBUG_Enqueue 0
  42. #define DEBUG_FindName 0
  43. #define DEBUG_FindPort 0
  44. #define DEBUG_FindSemaphore 0
  45. #define DEBUG_FindTask 0
  46. #define DEBUG_FreeEntry 0
  47. #define DEBUG_FreeMem 0
  48. #define DEBUG_FreePooled 0
  49. #define DEBUG_FreeSignal 0
  50. #define DEBUG_FreeVec 0
  51. #define DEBUG_GetMsg 0
  52. #define DEBUG_InitResident 0
  53. #define DEBUG_InitSemaphore 0
  54. #define DEBUG_InitStruct 0
  55. #define DEBUG_Insert 0
  56. #define DEBUG_MakeFunctions 0
  57. #define DEBUG_MakeLibrary 0
  58. #define DEBUG_ObtainQuickVector 0
  59. #define DEBUG_ObtainSemaphore 0
  60. #define DEBUG_ObtainSemaphoreList 0
  61. #define DEBUG_ObtainSemaphoreShared 0
  62. #define DEBUG_OldOpenLibrary 0
  63. #define DEBUG_OpenDevice 0
  64. #define DEBUG_OpenLibrary 0
  65. #define DEBUG_OpenResource 0
  66. #define DEBUG_PrepareContext 0
  67. #define DEBUG_Procure 0
  68. #define DEBUG_PutMsg 0
  69. #define DEBUG_RawDoFmt 0
  70. #define DEBUG_ReleaseSemaphore 0
  71. #define DEBUG_ReleaseSemaphoreList 0
  72. #define DEBUG_RemDevice 0
  73. #define DEBUG_RemHead 0
  74. #define DEBUG_RemLibrary 0
  75. #define DEBUG_RemMemHandler 0
  76. #define DEBUG_RemPort 0
  77. #define DEBUG_RemResource 0
  78. #define DEBUG_RemSemaphore 0
  79. #define DEBUG_RemTail 0
  80. #define DEBUG_RemTask 0
  81. #define DEBUG_Remove 0
  82. #define DEBUG_ReplyMsg 0
  83. #define DEBUG_SendIO 0
  84. #define DEBUG_SetExcept 0
  85. #define DEBUG_SetFunction 0
  86. #define DEBUG_SetSignal 0
  87. #define DEBUG_SetTaskPri 0
  88. #define DEBUG_Signal 0
  89. #define DEBUG_SumLibrary 0
  90. #define DEBUG_TypeOfMem 0
  91. #define DEBUG_Vacate 0
  92. #define DEBUG_Wait 0
  93. #define DEBUG_WaitIO 0
  94. #define DEBUG_WaitPort 0
  95.  
  96. #endif /* _EXEC_DEBUG_H_ */
  97.